Add nested example proto with support for nested message types#23
Add nested example proto with support for nested message types#23pixie79 wants to merge 1 commit intodatabricks:mainfrom
Conversation
|
Hey @pixie79, thank you for taking the time to look into the code and make this PR! We are really happy to see the community growing! I took a look at the code and I have a couple of questions regarding the changes. I see that you added support for parsing The fetching of the table structure is done in the method From what I’ve seen, Other than that, the example looks great and we can definitely keep it. Let me know what you think. |
|
Hi not at my computer at the moment. But yes only made the PR as when I fetched the proto schema using the tool from my table via UC it failed to work and errored. This was the fix that let it work correctly |
|
Can you perhaps share the error that you got? And the steps on how to get a repro. I can't seem to reproduce the issue on my side currently. |
|
Hey @pixie79, just following up on this PR, if you happen to have the repro steps, that would help us evaluate the fix. |
What changes are proposed in this pull request?
This PR fixes an issue in the tool generate.rs to handle nested STRUCTS, It also adds an example of how to use nested structs within the code.